home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / shared.dxr / 04445_MainLoop.ls < prev    next >
Encoding:
Text File  |  1996-02-21  |  64 b   |  8 lines

  1. on exitFrame
  2.   MainLoop()
  3. end
  4.  
  5. on mouseDown
  6.   doMouseDown()
  7. end
  8.